Includes parameters used for saving images to files. More...
Inherits Structure.
Includes parameters used for saving images to files.
| nWidth | c_uint, Image width. |
| nHeight | c_uint, Image height. |
| enPixelType | MvGvspPixelType , Pixel format. |
| pData | POINTER(c_ubyte), Input data buffer. |
| nDataLen | c_uint, Data length. |
| enImageType | MV_SAVE_IAMGE_TYPE, Input image format. |
| pcImagePath | POINTER(c_char), Input file path. In Linux operating system, the file path should be within 255 bytes. |
| nQuality | c_uint, JPG encoding quality, range: (50,99], invalid for other formats. |
| iMethodValue | c_int, Interpolation mode for converting Bayer to RGB 24. 0: fast, 1: equilibrium, 2: optimal, 3: optimal plus. The values 0 and 3 are not supported for pixel formats of RBGG, BRGG, GGRB, and GGBR. |
| nEndian | c_uint, Endianness for saving TIFF images. 1: Big-endian mode, 0 and other values: Little-endian mode. |
| nReserved | c_uint * 7, Reserved. |